home *** CD-ROM | disk | FTP | other *** search
/ Beautiful Female Teachers Club / Beautiful Female Teachers Club.iso / pc / virtual.dxr / 00114.ls < prev    next >
Encoding:
Text File  |  1998-02-16  |  228 b   |  10 lines

  1. on mouseUp
  2.   set the movieRate of sprite 2 to 0
  3.   set the memberNum of sprite 5 to the number of member "play"
  4.   startTimer()
  5.   repeat while the timer < (1 * 60)
  6.     nothing()
  7.   end repeat
  8.   set the visible of sprite 3 to 1
  9. end
  10.